home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / chichi.swf / scripts / frame_235 / PlaceObject2_178_9 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2008-09-26  |  372 b   |  19 lines

  1. onClipEvent(enterFrame){
  2.    if(this._x <= 481)
  3.    {
  4.       this._x += 2.2;
  5.    }
  6.    else
  7.    {
  8.       this._y = random(27) * 10 + 100;
  9.       this._x = - random(150) - 600;
  10.    }
  11.    if(this.hitTest(_parent.drag))
  12.    {
  13.       _parent.fg.gotoAndPlay(1);
  14.       this._y = random(27) * 10 + 100;
  15.       this._x = - random(150) - 600;
  16.       _global.mojo = 100;
  17.    }
  18. }
  19.